*{
  margin: 0;
  padding: 0;
}

header{
  background-color : #031447;
  height: 80px;
}
h1,h2,h3,p,a {
  font-family: Cambria, Cochin, Georgia, Times;
}

.name {
  margin: 70px;
 background-color :#ffffff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align-last: left;
  text-indent: each-line;
}
header span{
  color : #ffffff;
  position: absolute;
  left: 70px;
  top: 0;
  line-height: 96px;
  font-size: 20px;
}
header h2{
  color : #ffffff;
  position: absolute;
  left: 100px;
  top: 0;
  line-height: 80px;
  font-size: 20px;
}
header a {
   color : #ffffff;
  text-decoration: none;
  font-size: 10px;
}
hearder a:hover{
  text-decoration: underline;
}
header li{
  display: inline;
  margin: 3vw;
}
header ul{
  position: absolute;
  right: 2vw;
  top: 0;
  line-height: 80px;
}
.note{
  text-decoration: none;
}

.name h1 {
	font-size: 40px;
    color :  #093876;
    justify-content: center;
    
}

.name h2{
  color: #093876;
  text-decoration: none;
  font-size: 20px;

}
.name p,.name h3 {
  font-size: 15px;
  color : #093876;
  text-decoration: none;
}
.name h3{
    height: 36px;
    color:#135B93; 
}
.dierduan{
  position: absolute;
  top: 360px;
}
.web{
  position: absolute;
  top:286px;
}
.web2 {
    position: absolute;
  top:286px;
  left : 249px;
}